home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / kernel / dev / sun4.md / scsi3.h < prev    next >
C/C++ Source or Header  |  1992-12-18  |  1KB  |  32 lines

  1. /*
  2.  * scsi3.h --
  3.  *
  4.  *    Declarations of interface to the Sun SCSI3 driver routines.
  5.  *
  6.  * Copyright 1989 Regents of the University of California
  7.  * Permission to use, copy, modify, and distribute this
  8.  * software and its documentation for any purpose and without
  9.  * fee is hereby granted, provided that the above copyright
  10.  * notice appear in all copies.  The University of California
  11.  * makes no representations about the suitability of this
  12.  * software for any purpose.  It is provided "as is" without
  13.  * express or implied warranty.
  14.  *
  15.  * $Header: /cdrom/src/kernel/Cvsroot/kernel/dev/sun4.md/scsi3.h,v 9.1 91/11/04 14:07:50 mgbaker Exp $ SPRITE (Berkeley)
  16.  */
  17.  
  18. #ifndef _DEVSCSI3
  19. #define _DEVSCSI3
  20.  
  21. #include "devInt.h" 
  22. #include "scsiHBA.h"
  23.  
  24. extern ClientData DevSCSI3Init _ARGS_((DevConfigController *ctrlLocPtr));
  25. extern Boolean DevSCSI3Intr _ARGS_ ((ClientData    clientDataArg));
  26. /* extern Boolean DevSCSI3IntrStub(); */
  27. extern ScsiDevice   *DevSCSI3AttachDevice _ARGS_ ((Fs_Device *devicePtr,
  28.     void (*insertProc) _ARGS_ ((List_Links *elementPtr,
  29.                                 List_Links *elementListHdrPtr))));
  30. #endif /* _DEVSCSI3 */
  31.  
  32.